home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / linpklib.zip / FILES554.TXT < prev    next >
Text File  |  1986-06-11  |  4KB  |  81 lines

  1. ---------------------------------------------------------------------------
  2. Disk No  554  LINPACK LIBRARY (FORTRAN PROGRAMS)                   v1  DS2
  3. ---------------------------------------------------------------------------
  4. The Linear Equation Package (LINPACK) is a set of routines which solves
  5. systems of linear equations and related problems.  This package was
  6. developed by the Applied Mathematics Division of Argonne National
  7. Laboratory; this source code was taken from a distribution disk provided by
  8. International Mathematics and Statistical Libraries, Inc.  (IMSL).
  9.  
  10. INDEX         An index of all the routines on the library and driver disks
  11. SCH      FOR  Main routine/driver for testing the SCH routines.
  12. SCHDC    FOR  real Cholesky decomposition decompose
  13. SCHDD    FOR  real Cholesky decomposition downdate
  14. SCHEX    FOR  real Cholesky decomposition exchange
  15. SCHUD    FOR  real Cholesky decomposition update
  16. SEX      FOR  Main routine/driver for testing the exchange routines.
  17. SG       FOR  Main routine/driver for testing the SG routines.
  18. SGBCO    FOR  real general band condition estimate
  19. SGBDI    FOR  real general band determinant, inverse, inertia
  20. SGBFA    FOR  real general band factor
  21. SGBSL    FOR  real general band solver
  22. SGECO    FOR  real general condition estimate
  23. SGEDI    FOR  real general determinant, inverse, inertia
  24. SGEFA    FOR  real general factor
  25. SGESL    FOR  real general solver
  26. SGT      FOR  Main routine/driver for testing the SGT routines.
  27. SGTSL    FOR  real general tridiagonal solver solver
  28. SP       FOR  Main routine/driver for testing the SP routines.
  29. SPBCO    FOR  real positive definite banded condition estimate
  30. SPBDI    FOR  real positive definite banded determinant, inverse,inertia
  31. SPBFA    FOR  real positive definite banded factor
  32. SPBSL    FOR  real positive definite banded solver
  33. SPOCO    FOR  real positive definite condition estimate
  34. SPODI    FOR  real positive definite determinant, inverse, inertia
  35. SPOFA    FOR  real positive definite factor
  36. SPOSL    FOR  real positive definite solver
  37. SPPCO    FOR  real positive definite packed condition estimate
  38. SPPDI    FOR  real positive definite packed determinant, inverse,inertia
  39. SPPFA    FOR  real positive definite packed factor
  40. SPPSL    FOR  real positive definite packed solver
  41. SPTSL    FOR  real positive definite tridiagonal solver
  42. SQR      FOR  Main routine/driver for testing the SQR routines.
  43. SQRDC    FOR  real orthogonal triangular decompose
  44. SQRSL    FOR  real orthogonal triangular solver
  45. SQRTS    FOR  real orthogonal triangular
  46. SS       FOR  Main routine/driver for testing the SS routines.
  47. SSICO    FOR  real symmetric indefinite condition estimate
  48. SSIDI    FOR  real symmetric indefinite determinant, inverse,inertia
  49. SSIFA    FOR  real symmetric indefinite factor
  50. SSISL    FOR  real symmetric indefinite solver
  51. SSPCO    FOR  real symmetric indefinite packed condition estimate
  52. SSPDI    FOR  real symmetric indefinite packed determinant, inverse, inertia
  53. SSPFA    FOR  real symmetric indefinite packed factor
  54. SSPSL    FOR  real symmetric indefinite packed solver
  55. SSV      FOR  Main routine/driver for testing the SSV routines.
  56. SSVDC    FOR  real singular value decomposition
  57. ST       FOR  Main routine/driver for testing the ST routines.
  58. STRCO    FOR  real triangular condition estimate
  59. STRDI    FOR  real triangular determinant, inverse, inertia
  60. STRSL    FOR  real triangular solver
  61. SUD      FOR  This is the test driver for matrix update subs.
  62. SMACH    FOR  Computes machine dependent parameters of floating
  63.               point arithmetic for use in testing only.  It is
  64.               not required by LINPACK proper.
  65. ISAMAX   FOR  | This and the following are the support routines
  66. SASUM    FOR  | from the "Basic Linear Algebraic Subroutine"
  67. SAXPY    FOR  | library.  These handle vector movement and arith-
  68. SCOPY    FOR  | metic calculations.
  69. SDOT     FOR  |
  70. SNRM2    FOR  |
  71. SROT     FOR  |
  72. SROTG    FOR  |
  73. SSCAL    FOR  |
  74. SSWAP    FOR  |
  75. NOTES554 TXT  A comprehensive writeup on use of these routines
  76.  
  77. PC-SIG (Software Interest Group)
  78. 1030 East Duane Avenue, Suite D
  79. Sunnyvale, CA  94086
  80. (408) 730-9291
  81.